home *** CD-ROM | disk | FTP | other *** search
/ ftp.ac-grenoble.fr / 2015.02.ftp.ac-grenoble.fr.tar / ftp.ac-grenoble.fr / assistance.logicielle / TreeSizeFreeSetup.exe / {app} / TreeSizeFree.DE / RCDATA / TFORMATEDITOR / TFORMATEDITOR.txt
Text File  |  2010-11-15  |  4KB  |  218 lines

  1. object FormatEditor: TFormatEditor
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   Caption = 'Numerisches Format'
  6.   ClientHeight = 269
  7.   ClientWidth = 274
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = True
  11.   Position = poScreenCenter
  12.   OnCreate = FormCreate
  13.   OnShow = FormShow
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object PanelOK: TPanel
  17.     Left = 0
  18.     Top = 228
  19.     Width = 274
  20.     Height = 41
  21.     Align = alBottom
  22.     TabOrder = 0
  23.     object Button1: TButton
  24.       Left = 96
  25.       Top = 8
  26.       Width = 75
  27.       Height = 25
  28.       Caption = 'OK'
  29.       Default = True
  30.       ModalResult = 1
  31.       TabOrder = 0
  32.     end
  33.     object Button2: TButton
  34.       Left = 187
  35.       Top = 8
  36.       Width = 75
  37.       Height = 25
  38.       Cancel = True
  39.       Caption = 'Abbrechen'
  40.       ModalResult = 2
  41.       TabOrder = 1
  42.     end
  43.   end
  44.   object GroupBox1: TGroupBox
  45.     Left = 0
  46.     Top = 132
  47.     Width = 274
  48.     Height = 96
  49.     Align = alClient
  50.     TabOrder = 1
  51.     object CBCustom: TComboFlat
  52.       Left = 120
  53.       Top = 64
  54.       Width = 145
  55.       Style = csDropDown
  56.       Enabled = False
  57.       TabOrder = 0
  58.       OnChange = CBCustomChange
  59.     end
  60.     object CBDate: TComboFlat
  61.       Left = 120
  62.       Top = 14
  63.       Width = 145
  64.       Style = csDropDown
  65.       Enabled = False
  66.       TabOrder = 1
  67.       OnChange = CBDateChange
  68.       Items.Strings = (
  69.         'mm-yyyy'
  70.         'mm-dd-yy'
  71.         'dd-mm-yyyy'
  72.         'mmm'
  73.         'ddd'
  74.         'MM')
  75.     end
  76.     object RBDate: TRadioButton
  77.       Left = 8
  78.       Top = 17
  79.       Width = 111
  80.       Height = 17
  81.       Caption = '&Zeitpunkt:'
  82.       TabOrder = 2
  83.       OnClick = RadioGroup1Click
  84.     end
  85.     object RBCustom: TRadioButton
  86.       Left = 8
  87.       Top = 67
  88.       Width = 111
  89.       Height = 17
  90.       Caption = '&Benutzerdefiniert:'
  91.       TabOrder = 3
  92.       OnClick = RadioGroup1Click
  93.     end
  94.     object RBGeo: TRadioButton
  95.       Left = 8
  96.       Top = 42
  97.       Width = 111
  98.       Height = 17
  99.       Caption = '&Geographisch:'
  100.       TabOrder = 4
  101.       OnClick = RadioGroup1Click
  102.     end
  103.     object CBGeo: TComboFlat
  104.       Left = 120
  105.       Top = 39
  106.       Width = 145
  107.       Style = csDropDown
  108.       Enabled = False
  109.       TabOrder = 5
  110.       OnChange = CBGeoChange
  111.     end
  112.   end
  113.   object Panel2: TPanel
  114.     Left = 0
  115.     Top = 0
  116.     Width = 274
  117.     Height = 132
  118.     Align = alTop
  119.     TabOrder = 2
  120.     object Label1: TLabel
  121.       Left = 64
  122.       Top = 22
  123.       Width = 46
  124.       Height = 13
  125.       Alignment = taRightJustify
  126.       Caption = 'D&ezimalstellen:'
  127.       FocusControl = Edit1
  128.     end
  129.     object Label2: TLabel
  130.       Left = 82
  131.       Top = 46
  132.       Width = 28
  133.       Height = 13
  134.       Alignment = taRightJustify
  135.       Caption = '&Fix'
  136.       FocusControl = Edit2
  137.     end
  138.     object RBInteger: TRadioButton
  139.       Left = 8
  140.       Top = 5
  141.       Width = 113
  142.       Height = 17
  143.       Caption = 'A&nzahl'
  144.       TabOrder = 0
  145.       OnClick = RBIntegerClick
  146.     end
  147.     object CBPercent: TCheckBox
  148.       Left = 117
  149.       Top = 88
  150.       Width = 123
  151.       Height = 17
  152.       Caption = '&Prozent'
  153.       TabOrder = 1
  154.       OnClick = CBPercentClick
  155.     end
  156.     object CBThousands: TCheckBox
  157.       Left = 117
  158.       Top = 70
  159.       Width = 123
  160.       Height = 17
  161.       Caption = '&Tausender'
  162.       TabOrder = 2
  163.       OnClick = CBThousandsClick
  164.     end
  165.     object CBCurrency: TCheckBox
  166.       Left = 117
  167.       Top = 106
  168.       Width = 123
  169.       Height = 17
  170.       Caption = 'W'#228'hr&ung'
  171.       TabOrder = 3
  172.       OnClick = CBThousandsClick
  173.     end
  174.     object CBFixedDecimals: TCheckBox
  175.       Left = 174
  176.       Top = 22
  177.       Width = 97
  178.       Height = 17
  179.       Caption = 'F&ix'
  180.       TabOrder = 4
  181.     end
  182.     object UpDown1: TUpDown
  183.       Left = 150
  184.       Top = 18
  185.       Width = 15
  186.       Height = 21
  187.       Associate = Edit1
  188.       Max = 20
  189.       TabOrder = 5
  190.     end
  191.     object Edit1: TEdit
  192.       Left = 117
  193.       Top = 18
  194.       Width = 33
  195.       Height = 21
  196.       TabOrder = 6
  197.       Text = '0'
  198.     end
  199.     object Edit2: TEdit
  200.       Left = 117
  201.       Top = 42
  202.       Width = 33
  203.       Height = 21
  204.       TabOrder = 7
  205.       Text = '0'
  206.     end
  207.     object UpDown2: TUpDown
  208.       Left = 150
  209.       Top = 42
  210.       Width = 15
  211.       Height = 21
  212.       Associate = Edit2
  213.       Max = 20
  214.       TabOrder = 8
  215.     end
  216.   end
  217. end
  218.